public class

CollGenerator

extends Object
java.lang.Object
   ↳ CollGenerator

Summary

Fields
protected final CollGenerator.HashFunc hashFunc
Public Constructors
CollGenerator(CollGenerator.HashFunc hashFunc)
Public Methods
void generate3(int targetHash, int maxEntries, boolean isStdHash)
static void main(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected final CollGenerator.HashFunc hashFunc

Public Constructors

public CollGenerator (CollGenerator.HashFunc hashFunc)

Public Methods

public void generate3 (int targetHash, int maxEntries, boolean isStdHash)

Parameters
targetHash the hash code of the generated strings

public static void main (String[] args)